home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / Apple Scanner Training / Selling Home Card / card_4243.txt < prev    next >
Text File  |  1990-04-09  |  3KB  |  122 lines

  1. -- card: 4243 from stack: in
  2. -- bmap block id: 4488
  3. -- flags: 4000
  4. -- background id: 3681
  5. -- name: Scanner Selling - Markets
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global showState
  9.   put empty into showState
  10.   set hilite of background button "Examples" to false
  11.   set hilite of background button "Market Needs" to false
  12. end openCard
  13.  
  14. on closeCard
  15.   hide card field "Message Center"
  16. end closeCard
  17.  
  18.  
  19. -- part 42 (button)
  20. -- low flags: 00
  21. -- high flags: 8004
  22. -- rect: left=53 top=137 right=158 bottom=181
  23. -- title width / last selected line: 0
  24. -- icon id / first selected line: 0 / 0
  25. -- text alignment: 1
  26. -- font id: 0
  27. -- text size: 12
  28. -- style flags: 0
  29. -- line height: 16
  30. -- part name: About This Stack
  31. ----- HyperTalk script -----
  32. on mouseUp
  33.   visual effect scroll left
  34.   go to card "Introduction"
  35. end mouseUp
  36.  
  37.  
  38.  
  39. -- part 55 (field)
  40. -- low flags: 81
  41. -- high flags: 0000
  42. -- rect: left=222 top=273 right=304 bottom=385
  43. -- title width / last selected line: 0
  44. -- icon id / first selected line: 0 / 0
  45. -- text alignment: 0
  46. -- font id: 3
  47. -- text size: 9
  48. -- style flags: 0
  49. -- line height: 12
  50. -- part name: Message Center
  51.  
  52.  
  53. -- part 56 (button)
  54. -- low flags: 00
  55. -- high flags: 0000
  56. -- rect: left=451 top=3 right=42 bottom=491
  57. -- title width / last selected line: 0
  58. -- icon id / first selected line: 1004 / 1004
  59. -- text alignment: 1
  60. -- font id: 0
  61. -- text size: 12
  62. -- style flags: 0
  63. -- line height: 16
  64. -- part name: 
  65. ----- HyperTalk script -----
  66. on mouseUp
  67.   play harpsichord a4
  68.   global search
  69.   answer "Type of Search?" with "Browse" or "Automatic" or "Cancel"
  70.   if it is "Browse" then
  71.     visual wipe up slowly
  72.     go to card "Glossary" of stack "Glossary"
  73.   end if
  74.   if it is "Automatic" then
  75.     ask "Find Word?"
  76.     put it into search
  77.     if search is empty then
  78.       exit mouseUp
  79.     else
  80.       visual wipe up slowly
  81.       put "find search" into message box
  82.       hide message
  83.       go to card "Glossary" of stack "Glossary"
  84.       find word search in field "Text"
  85.       if the result is "not found" then
  86.         answer "Word not found." with "OK"
  87.         exit mouseUp
  88.       else
  89.         show card field id 13
  90.         wait 4 seconds
  91.         hide card field id 13
  92.       end if
  93.     end if
  94.   end if
  95. end mouseUp
  96.  
  97.  
  98. -- part 57 (button)
  99. -- low flags: 00
  100. -- high flags: 0000
  101. -- rect: left=402 top=3 right=42 bottom=438
  102. -- title width / last selected line: 0
  103. -- icon id / first selected line: 1008 / 1008
  104. -- text alignment: 1
  105. -- font id: 0
  106. -- text size: 12
  107. -- style flags: 0
  108. -- line height: 16
  109. -- part name: 
  110. ----- HyperTalk script -----
  111. on mouseUp
  112.   doMenu "Print Card"
  113. end  mouseUp
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120. -- part contents for card part 55
  121. ----- text -----
  122. Please click on the market for a description.